OneNAND: Remove unused parameters to onenand_verify_page
authorSteve Sakoman <[email protected]>
Mon, 11 Aug 2008 18:26:16 +0000 (20:26 +0200)
committerScott Wood <[email protected]>
Mon, 11 Aug 2008 20:07:46 +0000 (15:07 -0500)
commit4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
tree3c0689acb94948ae770cb8cfbce8a422fee41db6
parent81c4dc39797e88ebbde14bb4b711f9588f197680
OneNAND: Remove unused parameters to onenand_verify_page

The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.

Signed-off-by: Steve Sakoman <[email protected]>
Signed-off-by: Dirk Behme <[email protected]>
drivers/mtd/onenand/onenand_base.c